home *** CD-ROM | disk | FTP | other *** search
/ Paramount Pictures Special Events / Paramount Pictures Special Events.iso / pc / glamour.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2001-02-23  |  73 b   |  7 lines

  1. on(release){
  2.    tellTarget("/blah")
  3.    {
  4.       nextFrame();
  5.    }
  6. }
  7.